Description
If the enable parameter is true, register the input document as a synchronization root for the currently authenticated user. Unregister it otherwise.
Operation id | NuxeoDrive.SetSynchronization |
Category | Services |
Label | Nuxeo Drive: Register / Unregister Synchronization Root |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | void |
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.SetSynchronization",
"label" : "Nuxeo Drive: Register / Unregister Synchronization Root",
"category" : "Services",
"requires" : null,
"description" : "If the enable parameter is true, register the input document as a synchronization root for the currently authenticated user. Unregister it otherwise.",
"url" : "NuxeoDrive.SetSynchronization",
"signature" : [ "document", "void" ],
"params" : [ {
"name" : "enable",
"description" : "Whether to register or unregister the input document as a synchronizaiton root.",
"type" : "boolean",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}